SftTree/NET 2.0

ToolTipIcon Field, ToolTipEventArgs Class

Softel vdm, Inc.

Defines the tooltip icon, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler.

Syntax      ToolTipEventArgs Class (Softelvdm.SftTreeNET)

VB   

Public Property ToolTipIcon As ToolTipIcon

C#   

public ToolTipIcon ToolTipIcon;

C++   

public: ToolTipIcon ToolTipIcon;

Field Value

Defines a set of standardized icons that can be associated with a ToolTip. The default is ToolTipIcon.None.

ToolTipIcon

Value

Description

None

0

Not a standard icon.

Info

1

An information icon.

Warning

2

A warning icon.

Error

3

An error icon

Comments

The ToolTipIcon field defines the tooltip icon, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com